home *** CD-ROM | disk | FTP | other *** search
/ Wildcat Files 2 / The Wildcat Files 2 (Arsenal Computer).ISO / wildcat / scanfile.bat < prev    next >
DOS Batch File  |  1994-08-01  |  288b  |  10 lines

  1. REM Use this SCANFILE.BAT file to check the integrity of a file uploaded to
  2. REM your BBS.  Also remember that you should be using the PKUNZIP version 2.
  3.  
  4. pkunzip -t %1
  5. if errorlevel 1 goto WRITEBAD
  6. goto END
  7. :WRITEBAD
  8. echo BAD > c:\wildcat\wcwork\node%wcnodeid%\scanfile.bad
  9. :END
  10.